<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width: 767px){

.width {
    width: 96%;
}
.hamburger {
	padding: 8px 6px;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
    left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    width: 40px;
    -webkit-animation: line2 0;
    animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background: none;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	right: -80px;
	top: 80px;
    left:auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.header-bg {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 80%;
    margin:0;
}
.logo img{
	width: auto;
    max-width: 100%;
}
.hamburger--emphatic-r {
	margin-top: -16px;
}
.tel{
	display: none;
}
.nav{
	position: absolute;
	top:80px;
	left: -2VW;
	width: 100VW;
	height: auto;
	overflow: hidden;
	z-index:999;
	background: #fff;
	margin-top:0;
	border-top:1px solid #eee;
	box-sizing: border-box;
}
.nav-con{
	width: 96%;
	margin:auto;
	padding:1VH 0;
	display: none;
}
.nav-con&gt;ul&gt;li {
	margin-top:0;
    width: 33%;
}
.pro-bg {
    padding: 6VH 0;
}
.pro-title {
    font-size: 6VW;
}
.pro-title p{
    font-size: 4VW;
}
.pro-con #ScrollBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ScrollBox li {
    width: 45%;
    margin: 0px 1VW 2VH;
    box-sizing: border-box;
}
#ScrollBox li .cp-tp {
    width: 100%;
    height: 20VH;
    box-sizing: border-box;
}
#ScrollBox li .cp-tp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#ScrollBox li .cp-mc a {
    line-height: 300%;
}

.ad {
    height: auto;
    padding-top: 6VH;
}
.ad-title {
    width: 100%;
    height: auto;
    padding: 3VH 5VW 3VH;
    box-sizing: border-box;
}
.ad-bt {
    font-size: 6VW;
    padding-bottom: 3VH;
    box-sizing: border-box;
    text-align: center;
}
.ad-bt p {
    font-size: 5VW;
}
.ad-by{
    display: none;
}
.ad-by li {
    line-height: 200%;
    text-align: center;
}
.ad-gd {
    margin: auto;
    margin-top: 2VH;  
}
.ad-con {
    background: #fff;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    margin-top:3VH;
}
.ad-tu{
	width: 100%;
	float: none;
}
.ad-tu img{
	width: 100%;
}
.ad-nr{
	width: 100%;
	float: none;
	margin-top:2VH;
	font-size: 6VW;
}

.gd {
    height: auto;
    padding-top: 8VH;
    padding-bottom: 8VH;
    background-position: top left;
}
.gd-bt {
    width: 100%;
    font-size: 7VW;
}
.gd-bt p {
    margin-top: 3VH;
    font-size: 4.5VW;
    line-height: 200%;
}
.gd-more {
	margin: auto;
    margin-top: 6VH;
}

.about {
    padding: 6VH 0;
}
.about-con {
    margin-top: 3VH;
}
.about-tu{
	width: 100%;
	float: none;
}
.about-tu img{
	width: 100%;
}
.about-nr {
    width: 100%;
    margin-top: 3VH;
    float: none;
}

.news {
    padding-top: 0;
    height: auto;
    background: #efefef;
    padding: 6VH 0;
}
.news-con {
    width: 100%;
    margin-left: 0;
    margin-top: 3VH;
}
.news-bt {
    height: auto;
    line-height: normal;
    display: none;
}
.news-bt &gt; ul{
	display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}
.news-bt li {
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.gs-con {
    margin: 2VH 0;
    padding-bottom: 0;
}
.gs-con &gt; ul &gt; li:first-child{
    background: #fff;
    padding: 2VW 3VW;
}
.zixun {
    margin-top: 0;
    padding-bottom: 2VH;
}
.zixun li {
    line-height: 200%;
    float: none;
    width: 100%;
    padding: 1VW 0;
    box-sizing: border-box;
    position: relative;
    padding-left:15px;
}
.zixun li :before {
	position: absolute;
    display: block;
    content: "";
    background: #c01818;
    width: 4px;
    height: 4px;
    margin-right: 0;
    margin-top: 0;
    float: left;
    left:0px;
    top:50%;
    transform: translateY(-50%);
}
.foo-nav li {
    width: 33%;
    border-right: none;
    box-sizing: border-box;
    margin-top: 2VH;
}
.footer {
    padding: 3VH 0;
}
.f-con{
	width: 100%;
	float: none;
}
.footer img{
	width: 100%;
}
.f-logo{
	float: none;
	width: 100%;
    text-align: center;	
    margin-top:2VW;
}
.f-logo img{
	width: auto;
	max-width: 100%;
}

.ny-bt {
    margin-top: 6VH;
    font-size: 6VW;
}
.ny-bt p {
    font-weight: normal;
    font-size: 4VW;
    margin: 2VH 0;
}
.dbg {
    padding-bottom: 6VH;
}
.dbg-bg {
    padding: 0;
    margin-top: 3VH;
}
.page-news img{
	width: 100%;
	height: auto;
}

.ddsmoothmenu-v1&gt;ul {
    width: 100%;
    display: flex;
    align-items: center;
}
.ddsmoothmenu-v1&gt;ul&gt;li {
    width: 32%;
    margin-left: 0.5%;
}
#ShowImages{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ShowImages li {
    margin: 0;
    width: 48%;
}
#ShowImages .images_img a {
    height: 20VH;
    padding: 2VW;
    box-sizing: border-box;
}
#ShowImages .images_img a img{
	min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ShowImages .images_title a {
    height: auto;
    line-height: normal;
    padding: 2VW 0 5VW;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_list {
    text-align: center;
    padding: 3VH 0;
    line-height: 200%;
}
#shownews h1.ptitle {
	font-size: 6VW;
    text-align: center;
}
#preview {
    float: none;
    width: 100% !important;
    margin-top:3VH;
}
#pro_info {
    margin-left: 0 !important;
    width: 100%;
    padding: 0 2VW;
    box-sizing: border-box;
}
#spec-n1 {
    height: auto;
}
#spec-n1 img{
    width: 100%;
}
.page-guestbook {
    width: 100%;
    padding-top: 3VH;
}
.page-guestbook dl dt {
    padding: 0;
}
.page-guestbook dl dd{
    width: calc(80VW - 80px);
    box-sizing: border-box;
}
.page-guestbook dl dd input {
    width: calc(80VW - 80px);
    box-sizing: border-box;
}
.page-guestbook .Content {
    width: calc(80VW - 80px);
}
.page-guestbook dl dd {
    width: auto;
}
.page-guestbook p {
    padding-bottom: 5VH;
    padding-top: 2VH;
}
.related_cp ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.related_cp ul li {
    margin: 1%;
    width: 30%;
}
.related_cp ul li p a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related_cp ul li img {
    box-sizing: border-box;
}
ul.newsList li {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 2VW;
    padding: 2VW 4VW;
    margin-bottom: 2VH;
    box-sizing: border-box;
}
#shownews h1.title {
	font-size: 6VW;
    text-align: center;
}









}</pre></body></html>